home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / FD-USR.TXT < prev    next >
Text File  |  1995-11-05  |  3KB  |  81 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for BGFAX with the US Robotics Modems & FD 2.12       11-05-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. All FD*.TXT files are good for both FD 2.12/SW and FD 2.20/ML.  One note
  8. is needed for FD 2.20/ML: [FDSETUP] Modem -> Fax -> Internal = "NO".
  9.  
  10. NOTE: US Robotics owners, please read over the USR section in the READ.ME
  11.       file before proceeding!
  12.  
  13. Please make sure the following three items are true before proceeding...
  14. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  15. (2) DIP switch #5 is in the "SUPPRESS AUTO ANSWER" position
  16. (3) You have already put all relevant DATA commands for the BBS into NVRAM
  17.  
  18. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  19.  
  20. Here is the relevant information from FDSETUP ...
  21.  
  22. [FDSETUP] Modem -> Default Settings -> Command Strings
  23.   On-hook ... ATZ|
  24.   Dial ...... AT
  25.    Prefix ... +FCLASS=0DT
  26.   Init-1 .... ATZ|
  27.   Init-2 .... AT+FCLASS=2.0|
  28.   Init-3 .... AT+FLI="713 555 1212"|
  29.  
  30. : +fclass=0dt              enables data mode operation on outgoing calls
  31. : +fclass=2.0              enables fax mode operation
  32. : +fli="713 555 1212"      sets your FAX ID, up to 20 characters
  33. : +fnr=1,1,1               tells modem to let BGFAX know connect speed
  34.  
  35. [FDSETUP] Modem -> Default Settings -> Answer control
  36.   Manual answer    Yes
  37.   Force answer ... AT+FCLASS=2.0|~AT+FAA=1;+FNR=1,1,1;A|
  38.   Answer delay ... 2
  39.  
  40. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  41. determine whether the incoming call is fax or data and return the response
  42. to the modem.  Why are we duplicating the "+fclass=2.0" command?  In case
  43. you were attempting to dial out and experience a "NO DIALTONE" situation,
  44. it will cause the modem to reinitialize fax mode so that the +faa=1 command
  45. will be accepted.  The answer delay may need to be modified if you are
  46. using an external Caller ID box.
  47.  
  48. [FDSETUP] Mailer -> Errorlevels
  49.   Fax ... 255
  50.  
  51. [FDSETUP] Modem -> Default Settings -> Messages
  52.    Fax ... +FCO              <-- RIGHT
  53.    Fax ... CONNECT +FCO      <-- WRONG
  54.  
  55. FDRUN.BAT should contain something similar to ...
  56.  
  57. @echo off
  58. c:
  59. cd\fd
  60. fd
  61. if errorlevel 255 goto fax
  62. if errorlevel 103 maint.bat
  63. if errorlevel 102 toss.bat
  64. if errorlevel 101 local.bat
  65. if errorlevel 100 dobbs.bat
  66. goto end
  67. :fax
  68.   rem ---1 is for com1, and z is for zfax format
  69.   bgfax /fco:4 c:\bgfax 1 z
  70.   rem ---if /fco:4 gives you problems, try using /fcos
  71.   fdrun.bat
  72. :end
  73.  
  74. ==========================================================================
  75.  
  76. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  77.  
  78. Regards,
  79. B.J. Guillot
  80.  
  81.